home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / InputSprocketPPTest / ISpLQuitWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-16  |  288 b   |  21 lines  |  [TEXT/CWIE]

  1. /*
  2.  *
  3.  *
  4.  * LQuitWindow
  5.  *
  6.  *
  7.  */
  8.  
  9. #include <LWindow.h>
  10.  
  11. class LQuitWindow : public LWindow
  12. {
  13. public:
  14.     enum {class_ID = 'ISqw'};
  15.     
  16.     LQuitWindow(LStream *inStream);
  17.     
  18.     static LQuitWindow *CreateLQuitWindowStream(LStream *inStream);
  19.  
  20.     void    ClickInGoAway(const EventRecord &inMacEvent);
  21. };